Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Tags
    3. curl php
    Log in to post
    • All categories
    • A

      Vendor Autoload Php file missing
      Test • curl php • • amit

      3
      0
      Votes
      3
      Posts
      31
      Views

      A

      hi @amit There is no need of autoload.php file in our githup repo. Once user run ' composer require smartapi-php/angelbroking' command the package will install and under vendor folder autoload.php file is get created or updated automatically.

    • V

      How to login and Generate jwt Token
      General Discussion • curl php • • Ved

      9
      0
      Votes
      9
      Posts
      206
      Views

      M

      @aksharmty Hey sorry for late reply. Variable name was not correct in my code and you need to replace $responseContent with $result. But anyways you seems to already able to login 🙂

    • V

      How to fetch my fund balance and available margin balance
      General Discussion • curl php • • Ved

      3
      0
      Votes
      3
      Posts
      123
      Views

      M

      @aksharmty In PHP, you can hit RMS API url with Curl (along with proper authorization headers) and parse response JSON to get all details. You can get Endpoint and Response format from here https://smartapi.angelbroking.com/docs/User#Funds

    • V

      How to post order and fetch historical date using Curl php
      General Discussion • curl php • • Ved

      6
      0
      Votes
      6
      Posts
      93
      Views

      A

      Hi @aksharmty we are working on PHP sdk we will update you on this.